home *** CD-ROM | disk | FTP | other *** search
Wrap
  Graphic Inherits from: Click Item _____________________________________________________   name *201* Type: string Description: Used by the primitive find-item to find a «Graphic» by name. _____________________________________________________   owner *201* Type: Window Constraints: Not settable. Description: If «Graphic» is a member of item list of an active «Window», then the value of this attribute is that «Window»; otherwise it is NULL. _____________________________________________________   active? *201* Type: boolean Constraints: Not settable on default. Description: «Graphic» responds to clicks only if the value of this attribute is TRUE. _____________________________________________________   visible? *201* Type: boolean Description: «Graphic» is displayed in the owning «Window» if and only if the value of this attribute is TRUE. Side effects: Setting causes «Graphic» to be redrawn in the owning «Window». _____________________________________________________   move? *202* Type: boolean Description: The location of «Graphic» is changed relative to the size of the owning «Window» if and only if the value of this attribute is TRUE. _____________________________________________________   grow? *202* Type: boolean Description: The size of «Graphic» is changed relative to the size of the owning «Window» if and only if the value of this attribute is TRUE. _____________________________________________________   location *202* Type: Point Description: The location of the upper left corner of «Graphic» in the owning «Window». Side effects: Setting causes «Graphic» to be redrawn. _____________________________________________________   size *202* Type: Point Description: Offset of lower right corner of «Graphic» from upper left corner. Side effects: Setting causes «Graphic» to be redrawn. _____________________________________________________   balloon *202* Type: list Description: Balloon Help information; format varies with the type (Prograph string or 'STR ', 'STR#', 'TEXT' or 'PICT' resource) of Balloon Help. _____________________________________________________   click method *203* Type: string Description: The name of the method called when a click occurs on the «Graphic». «Graphic» responds to clicks only if the value is a nonempty string. Method inputs: <owning «Window»>, «Graphic», <EventRecord of click> _____________________________________________________   rsrc record *203* Type: ABlock@@ Constraints: Not settable. Description: Graphic resource. _____________________________________________________   rsrc number *203* Type: Integer Description: The ID number of the resource in the resource fork of the file. Side effects: Setting causes «Graphic» to be redrawn.